Visual Basic (Declaration) | |
---|---|
Function Complete( _ ByVal completePending As Boolean, _ ByVal timeout As Integer _ ) As Boolean |
C# | |
---|---|
bool Complete( bool completePending, int timeout ) |
Parameters
- completePending
- timeout
Return Value
Returns true if all pending tasks were completed before the timeout expired.Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7